home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Apple II Sample Code / Sample Code Notes (ProDOS) / SCN06DLog < prev    next >
Encoding:
Text File  |  1990-06-24  |  1.5 KB  |  38 lines  |  [TEXT/pdos]

  1. Apple II
  2. Sample Code Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6. #6:    DLog
  7.  
  8. Version:    3.0                                                     June 1990
  9.  
  10. APW Components:    DLog1.asm
  11.                    StandardLib.asm
  12.                    Full.Build
  13.                    Build
  14.                    Build.Macros 
  15.  
  16. MPW Components:    DLog1.Aii
  17.                    StandardLib.Aii
  18.                    MakeFile
  19.  
  20. DLog1 generates and updates two dialog boxes--one modal and the other modeless.  
  21. The modal dialog box example contains fully supported buttons, radio buttons, 
  22. a check box, and a line edit box, while the modeless dialog box example 
  23. supports line editing, buttons, and a close box.
  24. _____________________________________________________________________________
  25.  
  26. The 65816 assembly language source code in DLog1.asm (or .Aii) and its library 
  27. files can be used to learn how to create and update both kinds of dialog 
  28. boxes.  The dialog box source code also can be ported to other applications.
  29.  
  30. APW users need APW v.1.0, APW Tools & Interfaces v.1.1, and Apple IIGS System 
  31. Software 5.0.2 or later.  Three APW command files, Full.Build, Build, and 
  32. Build.Macros allow you to perform complete or partial rebuilds of the load 
  33. file DLog1.
  34.  
  35. MPW IIGS users need MPW v.3.0, MPW IIGS Tools v.1.1, and MPW IIGS Assembler 
  36. v.1.0 or later.  The name needed by the MPW Build menu's Build option can be 
  37. found in the MakeFile.
  38.